projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add8967
)
2002-08-27 Andrew Choi <akochoi@shaw.ca>
author
Andrew Choi
<akochoi@shaw.ca>
Tue, 27 Aug 2002 18:49:52 +0000
(18:49 +0000)
committer
Andrew Choi
<akochoi@shaw.ca>
Tue, 27 Aug 2002 18:49:52 +0000
(18:49 +0000)
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
src/ChangeLog
patch
|
blob
|
history
src/s/darwin.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 0a7cf4bc5067754fb55821bf2db86733508aba0f..57447e81fddb8d35279a41c163e3e5cb59104cab 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-27 Andrew Choi <akochoi@shaw.ca>
+
+ * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
+
2002-08-27 Richard M. Stallman <rms@gnu.org>
* xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
diff --git
a/src/s/darwin.h
b/src/s/darwin.h
index 7f5191a26d87131dee8f9ed928a0198d13a8994f..b5a358549da91ad28ee3674c4f3acb996b1c9616 100644
(file)
--- a/
src/s/darwin.h
+++ b/
src/s/darwin.h
@@
-262,6
+262,9
@@
Boston, MA 02111-1307, USA. */
option to use it. */
#ifdef HAVE_LIBNCURSES
#define LIBS_TERMCAP -lncurses
+/* This prevents crashes when running Emacs in Terminal.app under
+ 10.2. */
+#define TERMINFO
#endif
/* Link this program just by running cc. */